-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/lazy collections beta #515
Conversation
Lazy collections implementation -LazyArrayList -LazyHashMap -LazyHashSet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some 'format' comments, and then I realized that there are a lot of places where the indentation is odd, but maybe it is just the GitHub viewer.
base/src/main/java/one/microstream/collections/lazy/LazyCollection.java
Outdated
Show resolved
Hide resolved
base/src/main/java/one/microstream/collections/lazy/LazyArrayList.java
Outdated
Show resolved
Hide resolved
base/src/main/java/one/microstream/collections/lazy/LazyArrayList.java
Outdated
Show resolved
Hide resolved
base/src/main/java/one/microstream/collections/lazy/LazyArrayList.java
Outdated
Show resolved
Hide resolved
base/src/main/java/one/microstream/reference/LazyClearObserver.java
Outdated
Show resolved
Hide resolved
base/src/main/java/one/microstream/reference/ObservedLazyReference.java
Outdated
Show resolved
Hide resolved
- fixed whitespaces - renamed ObservedLazyReference to ControlledLazyReference - renamed BinaryHandlerLazyObservable to BinaryHandlerControlledLazy - renamed LazyClearObserver to LazyClearController - made lazy collections implementations final - made LazySegmentUnloader implementations final - made binary handler final
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last typo.
Lazy collections implementation
-LazyArrayList
-LazyHashMap
-LazyHashSet