com.nawforce.runforce.System.Map 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;
import com.nawforce.runforce.Schema.SObjectType;
@SuppressWarnings("unused")
public class Map {
Map() {throw new java.lang.UnsupportedOperationException();}
Map(Map mapToCopy) {throw new java.lang.UnsupportedOperationException();}
Map(List recordList) {throw new java.lang.UnsupportedOperationException();}
public void clear() {throw new java.lang.UnsupportedOperationException();}
public Boolean containsKey(K key) {throw new java.lang.UnsupportedOperationException();}
public Map deepClone() {throw new java.lang.UnsupportedOperationException();}
public V get(K key) {throw new java.lang.UnsupportedOperationException();}
public SObjectType getSObjectType() {throw new java.lang.UnsupportedOperationException();}
public Boolean isEmpty() {throw new java.lang.UnsupportedOperationException();}
public Set keySet() {throw new java.lang.UnsupportedOperationException();}
public V put(K key, V value) {throw new java.lang.UnsupportedOperationException();}
public void putAll(Map fromMap) {throw new java.lang.UnsupportedOperationException();}
public void putAll(List sobjectArray) {throw new java.lang.UnsupportedOperationException();}
public V remove(K key) {throw new java.lang.UnsupportedOperationException();}
public Integer size() {throw new java.lang.UnsupportedOperationException();}
public String toString$() {throw new java.lang.UnsupportedOperationException();}
public List values() {throw new java.lang.UnsupportedOperationException();}
public Map clone$() {throw new java.lang.UnsupportedOperationException();}
public Integer hashCode$() {throw new java.lang.UnsupportedOperationException();}
public Boolean equals(Map other) {throw new java.lang.UnsupportedOperationException();}
}