1 | public Object get(boolean resolve)↵ | | 1 | public Object get(boolean resolve)↵
|
2 | {↵ | | 2 | {↵
|
3 | return this;↵ | | 3 | return this;↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void set(Object newValue)↵ | | 5 | public void set(Object newValue)↵
|
6 | {↵ | | 6 | {↵
|
7 | throw new UnsupportedOperationException();↵ | | 7 | throw new UnsupportedOperationException();↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public boolean isSet()↵ | | 9 | public boolean isSet()↵
|
10 | {↵ | | 10 | {↵
|
11 | return !isEmpty();↵ | | 11 | return !isEmpty();↵
|
12 | }↵ | | 12 | }↵
|
|
13 | public void unset()↵ | | 13 | public void unset()↵
|
14 | {↵ | | 14 | {↵
|
15 | throw new UnsupportedOperationException();↵ | | 15 | throw new UnsupportedOperationException();↵
|
16 | }↵ | | 16 | }↵
|
|
17 | public NotificationChain basicRemove(Object object, NotificationChain notifications)↵ | | 17 | public NotificationChain basicRemove(Object object, NotificationChain notifications)↵
|
18 | {↵ | | 18 | {↵
|
19 | throw new UnsupportedOperationException();↵ | | 19 | throw new UnsupportedOperationException();↵
|
20 | }↵ | | 20 | }↵
|
|
21 | public NotificationChain basicAdd(E object, NotificationChain notifications)↵ | | 21 | public NotificationChain basicAdd(E object, NotificationChain notifications)↵
|
22 | {↵ | | 22 | {↵
|
23 | throw new UnsupportedOperationException(); | | 23 | throw new UnsupportedOperationException();
|