com.nawforce.runforce.System.Set Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runforce Show documentation
Show all versions of runforce Show documentation
Salesforce platform type stubs
/*
Copyright (c) 2018 Kevin Jones, All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
*/
package com.nawforce.runforce.System;
@SuppressWarnings("unused")
public class Set {
public Set() {throw new java.lang.UnsupportedOperationException();}
public Set(Set setToCopy) {throw new java.lang.UnsupportedOperationException();}
public Set(List listToCopy) {throw new java.lang.UnsupportedOperationException();}
public Boolean add(T setElement) {throw new java.lang.UnsupportedOperationException();}
public Boolean addAll(List fromList) {throw new java.lang.UnsupportedOperationException();}
public Boolean addAll(Set fromSet) {throw new java.lang.UnsupportedOperationException();}
public void clear() {throw new java.lang.UnsupportedOperationException();}
public Boolean contains(T setElement) {throw new java.lang.UnsupportedOperationException();}
public Boolean containsAll(List listToCompare) {throw new java.lang.UnsupportedOperationException();}
public Boolean containsAll(Set setToCompare) {throw new java.lang.UnsupportedOperationException();}
public Boolean isEmpty() {throw new java.lang.UnsupportedOperationException();}
public Boolean remove(T setElement) {throw new java.lang.UnsupportedOperationException();}
public Boolean removeAll(List listOfElementsToRemove) {throw new java.lang.UnsupportedOperationException();}
public Boolean removeAll(Set setOfElementsToRemove) {throw new java.lang.UnsupportedOperationException();}
public Boolean retainAll(List listOfElementsToRetain) {throw new java.lang.UnsupportedOperationException();}
public Boolean retainAll(Set setOfElementsToRetain) {throw new java.lang.UnsupportedOperationException();}
public Integer size() {throw new java.lang.UnsupportedOperationException();}
public String toString$() {throw new java.lang.UnsupportedOperationException();}
public Iterator iterator() {throw new java.lang.UnsupportedOperationException();}
public Set clone$() {throw new java.lang.UnsupportedOperationException();}
public Integer hashCode$() {throw new java.lang.UnsupportedOperationException();}
public Boolean equals(Set