Searched refs:getDelegate (Results 1 – 9 of 9) sorted by relevance
50 protected Data getDelegate() { in getDelegate() method in DelegatedData56 data = ((DelegatedData) data).getDelegate(); in unwrap()63 return getDelegate().getName(); in getName()68 return getDelegate().getValue(); in getValue()73 return getDelegate().getIntValue(); in getIntValue()78 return getDelegate().getBooleanValue(); in getBooleanValue()83 getDelegate().setValue(value); in setValue()88 return getDelegate().getFullPath(); in getFullPath()93 getDelegate().setAttribute(key, value); in setAttribute()98 return getDelegate().getAttribute(key); in getAttribute()[all …]
81 return new UnmodifiableIterator(getDelegate().getChildren().iterator()); in newChildIterator()
49 public VerificationMode getDelegate() { in getDelegate() method in VerificationWithTimeoutImpl
411 = (ancestor == null) ? null : ancestor.getDelegate(); in WrappedCollection()424 if (ancestor.getDelegate() != ancestorDelegate) { in refreshIfEmpty()489 Collection<V> getDelegate() { in getDelegate() method in AbstractMultimap.WrappedCollection663 return (SortedSet<V>) getDelegate(); in getSortedSetDelegate()716 return (List<V>) getDelegate(); in getListDelegate()727 int newSize = getDelegate().size(); in addAll()751 boolean wasEmpty = getDelegate().isEmpty(); in add()
86 public MockInvocationHandler getDelegate() { in getDelegate() method in ObjectMethodsFilter
422 public abstract Delegate getDelegate(); in getDelegate() method in JmDNS
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
1770 if (this.getDelegate() != null) { in __recover()1771 this.getDelegate().cannotRecoverFromIOError(this.getDns(), oldServiceInfos); in __recover()2212 public Delegate getDelegate() { in getDelegate() method in JmDNSImpl
1312 Delegate getDelegate() { in getDelegate() method in ServiceInfoImpl