Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. private boolean getValue() {
  2. if (_hasBeenRead)
  3. return _valueCache;
  4.  
  5. else {
  6. // read the value and, if successful, set both _hasBeenRead and _valueCache.
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement